func encoding/asn1.parseField
4 uses
encoding/asn1 (current package)
asn1.go#L650: offset, err = parseField(ret.Index(i), bytes, offset, params)
asn1.go#L678: func parseField(v reflect.Value, bytes []byte, initOffset int, params fieldParameters) (offset int, err error) {
asn1.go#L938: innerOffset, err = parseField(val.Field(i), innerBytes, innerOffset, parseFieldParameters(field.Tag.Get("asn1")))
asn1.go#L1120: offset, err := parseField(v.Elem(), b, 0, parseFieldParameters(params))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |